* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "微软雅黑", STXihei, "宋体", serif;;
}

body {
	background: #FFFFFF !important;
}

.pc {
	display: block;
	/* background: #333; */
}

.phone {
	display: none;
	/* background: red; */
}

.phoneM1 {
	display: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}



/*滚动条样式*/
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: rgb(200, 202, 204);
}

/* 顶部样式 */
.pc-top {
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 10px 0px;
	/* background: #0DAB51; */
	overflow: hidden;
}

.top-logo {
	width: 220px;
	height: 80px;
	/* border: 1px solid red; */
	float: left;
}

.top-logo img {
	float: left;
	/* width: 76px; */
	height: 80px;
}

.top-logo p {
	font-size: 16px;
	color: #666666;
	line-height: 17px;
}

.top-tuiguang {
	width: 316px;
	height: 80px;
	float: left;
	margin-left: 10px;
	background: #3494F0;
	text-align: center;
	line-height: 80px;
	color: #FFFFFF;
}


/* 导航栏样式 */
.pc-nav {
	width: 100%;
	height: auto;
	/* background: #66AB0D; */
}

.nav1L {
	width: 100%;
	height: 50px;
	background: #083b96;
	font-size: 18px;
}

.navBox {
	width: 1200px;
	margin: auto;
	background:#083b96;
}

.nav1LTable {
	width: auto;
	/* margin: 0 auto; */
	padding: 0;
	list-style: none;
	/* line-height: 50px; */
	/* border: 1px solid red; */
}

.nav1LTable tr {
	vertical-align: middle;
	height: 50px;
}

.nav1LTable tr td {
	width: auto;
	margin: 0;
	padding: 0 15px;
	/* border: 1px solid #fff; */
}

.nav1LTable tr td a {
	color: #fff;
	text-decoration: none;
}

.nav1LTable tr td a span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 7px;
}

.nav1LTable tr td a span img {
	width: 100%;
	height: 100%;
}

.nav1LTable tr td a:hover {
	color: #ff9724;
}
#nav1LLink,#nav1LLink_2{
	display: block;
	position: relative;
}
#nav2L,#nav2L_2{
	width: 300px;
	height: auto;
	padding: 2px;
	padding-top: 10px;
	position: absolute; 
	display: none;
	background: #083b96;
}
#nav2L p,#nav2L_2 p{
	display: inline-block;
	width: auto;
	height: auto;
	padding: 2px;
	color: #FFFFFF;
	margin: 0;
	/* border: 1px solid red; */
}
#nav2L p:hover{
	color: #FF9742;
}
#nav2L_2 p:hover{
	color: #FF9742;
}



/* 横向文字轮播推广  样式 */
.pad_right {
	padding-right: 20px;
}

#scroll_box{
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 1000;
	background: #083b96;
}

#scroll_div {
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	width: 1200px;
	margin: auto;
	/* margin-left: 10px; */
	
}

#scroll_begin,
#scroll_end {
	display: inline;
	line-height: 50px;
}



#scroll_begin a,
#scroll_end a {
	color: #FFFFFF;
	text-decoration: none;
}

#scroll_begin a :hover,
#scroll_end a :hover {
	color: #FF9742;
}

/* 主体样式 */
.pc-container {
	width: 1200px;
	height: auto;
	margin: auto;
	/* background: #0DAB51; */
	overflow: hidden;
	/* padding: 0 10px; */
}

.cont-headlines {
	width: 100%;
	margin: auto;
	/* border: 1px solid red; */
	text-align: center;
	margin-top: 45px;
}

.cont-headlines>h1>a {
	color: #3253a7;
	font-size: 38px;
	text-decoration: none;
}

.cont-headlines>h1>a:hover {
	color: #ff9742;
}

.cont-headlines>p {
	margin-top: 15px;
	font-size: 15px;
	line-height: 38px;
	color: #666;
}

.cont-module1 {
	width: 100%;
	height: auto;
	/* border: 1px solid red; */
	margin-top: 30px;
	overflow: visible;
}

.module1-left {
	width: 800px;
	height: auto;
	/* background: #c1c1c1; */
	float: left;
}

.left-slideshow {
	width: 800px;
	height: 533px;
	background: #c1c1c1;
}

.left-slideshow img {
	width: 100%;
	height: 100%;
}

/* 轮播图样式 */
.bannerTop {
	position: relative;
	width: 800px;
	height: 533px;
	/*margin:auto;*/
	float: left;
	/*box-shadow: 0 0 5px green;*/
	overflow: hidden;
	background: #0062CC;
}

.wrap {
	position: absolute;
	width: 4275px;
	height: 480px;
	z-index: 1;
	overflow: hidden;
}

.wrap>ul>a>li {
	float: left;
	width: 800px;
	height: 533px;
	list-style: none;
	/*overflow: hidden;*/
}

.wrap>ul>a>li>span {
	display: block;
	float: left;
	width: 100%;
	height: 533px;
	text-align: center;
}

.wrap>ul>a>li>span>img {
	width: 100%;
	height: 100%;
}

.wrap>ul>a>li>p {
	width: 835px;
	height: 50px;
	line-height: 50px;
	float: left;
	margin-top: -50px;
	padding-left: 20px;
	/* padding-left: 10px;
				padding-right: 150px; */
	background: rgba(0, 0, 0, 0.5);
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
}

.buttons {
	position: absolute;
	right: 20px;
	bottom: 25px;
	width: 170px;
	height: 10px;
	z-index: 2;
}

.buttons span {
	/* margin-left: 5px; */
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: green;
	text-align: center;
	color: white;
	cursor: pointer;
}

.buttons span.on {
	background-color: red;
}

.arrow {
	position: absolute;
	top: 35%;
	color: green;
	padding: 0px 14px;
	border-radius: 50%;
	font-size: 50px;
	text-align: center;
	z-index: 2;
	display: none;
	color: #FFFFFF;
	text-decoration: none;
}

.arrow_left {
	left: 10px;
}

.arrow_right {
	right: 10px;
}

.bannerTop:hover .arrow {
	display: block;
}

.bannerTop .arrow:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

/* 轮播图样式结束 */

/* 视频样式 */
.left-video {
	width: 800px;
	height: auto;
	/* background: #c1c1c1; */
	margin-top: 17px;
}
.videoBox{
	width: 287px;
	height: 335px;
	float: left;
}
.video{
	width: 287px;
	height: auto;
	margin-bottom: 10px;
	/* background: #000000; */
}
.video a p{
	width: 100%;
	text-align: center;
	color: #333333;
}
.videoBox ul{
	margin: -5px 0;
	padding: 0;
}
.videoBox ul a{
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
.videoBox ul li{
	display: block;
	width: 100%;
	height: 54px;
	background: url(http://www.gx.xinhuanet.com/img2021/Videobj.jpg);
	background-size: cover;
	margin-bottom: 4px;
}
.videoBox li span{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(http://www.gx.xinhuanet.com/img2021/play.png);
	background-size: cover;
	position: relative;
	top: 6px;
	left: 10px;
	margin-right: 15px;
}
.videoBox ul a:hover{
	color: #FF9724;
}

.imgListBox{
	width: 500px;
	height: 348px;
	/* border: 1px solid red; */
	float: right;
	/* background: #3494F0; */
	overflow: hidden;
	position: relative;
}
.imgModule{
	width: 500px;
	height: 348px;
	float: left;
}
.imgModule ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.imgModule ul li{
	width: 245px;
	height: 162px;
	/* background: #000000; */
	/* margin: 5px 0; */
	overflow: hidden;
	display: inline-block;
	float: left;
	position: relative;
}
.imgModule ul li img{
	width: 100%;
	height: 100%;
}
.imgModule ul li p{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: -10px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}

.imgModule ul li a{
	color: #FFFFFF!important;
	text-decoration: none!important;
}

.arrowIcon_left,.arrowIcon_right{
	font-size: 50px;
	color: #FFFFFF;
	display: none;
	position: absolute;
	background: rgba(52,148,240,0.5);
	line-height: 70px;
	height: 70px;
	width: 70px;
	text-align: center;
}
.arrowIcon_left{
	left: -20px;
	top: 130px;
	border-radius: 0 10px 10px 0;
}
.arrowIcon_right{
	right: -20px;
	top: 130px;
	border-radius: 10px 0px 0px 10px;
}
.imgListBox:hover .arrowIcon_left{
	display: block;
	cursor: pointer;
}
.imgListBox:hover .arrowIcon_right{
	display: block;
	cursor: pointer;
}
/* 要闻样式 */
.module1-right {
	width: 385px;
	height: 533px;
	/* background: #c1c1c1; */
	float: right;
	box-shadow: 2px 0px 5px #333;
	border-right: 1px solid #c1c1c1;
}

.right-titleImg {
	width: 100%;
	height: 100px;
	background-image: url(http://www.xinhuanet.com/2021homepro/images/head-xxjxs-bg.png);
	background-size: 100%;
	position: relative;
}

.right-img-title {
	color: #ff9742;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	top: 55px;
	left: 20px;
	display: none;
}

.right-table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border-spacing: 0;
	overflow: visible;
	display: flex;
	max-height: 380px;
	overflow-y: hidden;
}
.right-table:hover,.right-table2:hover {
	overflow-y: scroll;
}
.right-table2{
	display: flex;
	max-height: 285px;
	overflow-y: hidden;
}

.right-table tr {
	vertical-align: middle;
	height: 55px;
	/* cursor: pointer; */
}

.right-table tr td {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #c1c1c1;
}

.right-table tr:hover {
	background: #3494f0;
	color: #fff;
}

.right-table tr:hover a {

	color: #fff;
}

.table-active {
	background: #3494f0;
	color: #fff;
}

.right-table a {
	color: #333;
	font-size: 15px;
	text-decoration: none;
}

/* 政务信息样式 */
.module1-right2 {
	height: 338px;
	margin-top: 15px;
}
.mr2Title{
	height: 50px;
	border-bottom: 2px solid #3494F0;
	line-height: 50px;
	/* padding-left: 10px; */
}
.mr2Title p{
	height: 50px;
	width: 100px;
	background: #3494F0;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	float: left;
}
.mr2Title a{
	display: block;
	float: right;
	padding-right: 5px;
	color: #666666;
	font-size: 14px;
}


/* 一区推广区样式 */
.cont-promote {
	width: 1200px;
	height: auto;
	float: left;
	margin-top: 15px;
	overflow: hidden;
}

.cont-promote img {
	width: 100%;
	height: 100%;
}

/* 二区样式 */
.cont-module2 {
	width: 100%;
	height: auto;
	float: left;
	/* border: 1px solid red; */
	margin-top: 15px;
	overflow: visible;
}

.module2-left {
	width: 390px;
	height: 490px;
	float: left;
	box-shadow: 0px 0px 3px #C1C1C1;
	/* background: #083B96; */
}

.module2-left-titleImg {
	width: 390px;
	height: 48px;
}

.module2-left-titleImg img {
	width: 100%;
	height: 100%;
}

.module2-left-table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border-spacing: 0;
	overflow: visible;
}

.module2-left-table tr {
	vertical-align: middle;
	height: 50px;
}

.module2-left-table tr td {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px dotted #3494F0;
}

.module2-left-table tr td a {
	color: #333333;
	text-decoration: none;
	font-size: 15px;
}

.module2-left-table tr td a:hover {
	color: #FF9724;
}

.module2-mid {
	width: 395px;
	height: 490px;
	float: left;
	margin: 0px 15px;
	/* background: #3494F0; */
	box-shadow: 0px 0px 3px #C1C1C1;
	overflow: hidden;
}

.module2-mid-titleImg {
	width: 450px;
	height: 48px;
	overflow: hidden;
}

.module2-mid-titleImg img {
	width: 100%;
	height: 100%;
}

.imagesTitle {
	font-size: 16px;
	color: #333333;
	text-decoration: none
}

.imagesTitle a {
  text-decoration: none;
  color: #333333;
}

.imagesTitle a:link {
  text-decoration: none;
  color: #333333;
}

.imagesTitle a:visited {
  text-decoration: none;
  color: #333333;
}

.imagesTitle a:hover {
  text-decoration: none;
  color: #333333;
}

.imagesTitle a:active {
  text-decoration: none;
  color: #333333;
}

.imagesTitle span {
	color: #3494F0;
}

.imagesList {
	width: 395px;
	height: 105px;
}

.imagesListImg{
	width: 150px;
	height: 100px;
	float: left;
	/* border: 1px solid red; */
	overflow: hidden;
	margin: 10px;
}

.imagesListImg img{
	width: 100%;
	height: 100%;
}

.imagesListTitle{
	width: 200px;
	height: 100px;
	float: left;
	text-decoration: none
	margin: 10px 10px 10px 0;
	/* border: 1px solid red; */
}
.imagesListTitle a {
  text-decoration: none;
  color: #333333;
}

.imagesListTitle a:link {
  text-decoration: none;
  color: #333333;
}

.imagesListTitle a:visited {
  text-decoration: none;
  color: #333333;
}

.imagesListTitle a:hover {
  text-decoration: none;
  color: #333333;
}

.imagesListTitle a:active {
  text-decoration: none;
  color: #333333;
}

.module2-mid-ul {
	margin-left: 30px;

}

.module2-mid-ul a {
	color: #333333;
	text-decoration: none;
}

.module2-mid-ul li {
	height: 50px;
	line-height: 50px;
}

.module2-mid-table {
	width: 100%;
	height: auto;
	margin-top: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	display: flex;
	max-height: 400px;
	overflow-y: hidden;
}

/* .module2-mid-table:hover {
	overflow-y: scroll;
} */

.module2-mid-table tr,
.module2-mid-table tr td {
	width: 504px;
}

.module2-mid-table tr {
	vertical-align: middle;
	height: 30px;
}

.module2-mid-table tr td {
	padding-left: 10px;
	padding-right: 10px;
	/* border-bottom: 1px dotted #3494F0; */
}

.module2-mid-table tr td a {
	color: #333333;
	font-size: 15px;
	text-decoration: none;
}

.module2-mid-table tr td a:hover {
	color: #FF9724;
}

.module2-mid-table span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(http://www.gx.xinhuanet.com/img2021/kongxinyuandian.png) no-repeat;
	background-size: cover;
	margin-right: 10px;
}

.module2-right {
	width: 385px;
	height: 490px;
	float: left;
	/* background: #66AB0D; */
	box-shadow: 0px 0px 3px #C1C1C1;
}

.module2-right-titleImg {
	width: 385px;
	height: 48px;
}

.module2-right-titleImg img {
	width: 100%;
	height: 100%;
}

.module2-right-table {
	width: 100%;
	height: 424px;
	border-collapse: collapse;
	border-spacing: 0;
	display: flex;
	max-height: 580px;
}

.module2-right-table tr {
	vertical-align: middle;
	height: 30px;
}



.module2-right-table tr,
.module2-right-table tr td {
	width: 390px;
}

.module2-right-table tr td {
	padding-left: 10px;
	padding-right: 10px;
	/* border-bottom: 1px dotted #3494F0; */
}

.module2-right-table tr td a {
	color: #333333;
	text-decoration: none;
	font-size: 15px;
}

.module2-right-table tr td a:hover {
	color: #FF9724;
}

.module2-right-table span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(http://www.gx.xinhuanet.com/img2021/jiantou001.png) no-repeat;
	background-size: cover;
	margin-right: 10px;
}

.classification {
	width: 60px;
	height: 35px;
	font-size: 16px;
	color: #fff;
	background: #3494f0;
	line-height: 35px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 10px;
}

.classification1 {
	width: 100px;
	height: 35px;
	font-size: 16px;
	color: #fff;
	background: #3494f0;
	line-height: 35px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 10px;
}

.titleTr {
	height: 35px !important;
}

.titleTd {
	border-bottom: 1px dotted #3494F0;
	padding-left: 0px !important;
}

/* 二区推广区样式 */
.cont-promote-ul {
	width: 1500px;
	margin: 0;
	padding: 0;
}

.cont-promote-ul li {
	list-style: none;
	display: inline-block;
	width: 136px;
	height: 90px;
	float: left;
	margin-right: 10px;
}

.cont-promote-ul li img {
	width: 100%;
	height: 100%;
}

/* 三区样式 */
.cont-module3 {
	width: 100%;
	height: auto;
	float: left;
	/* border: 1px solid red; */
	margin-top: 15px;
	overflow: visible;
}

.module3-left {
	width: 714px;
	height: auto;
	float: left;
	/* background: #3494F0; */
	box-shadow: 0 0 2px #C1C1C1;
}

/* 选项卡 开始 */
.tab {
	width: 712px;
	height: 400px;
	border: 1px solid #eee;
	overflow: hidden;
}

.tab-title {
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #0062CC;
	position: relative;
	background: #FFFFFF;
}

.tab-title li,
.tabct-ul a {
	text-decoration: none;
	color: #333;
	cursor: pointer !important;
	font-size: 15px;
	padding: 0 5px;
}

.tab-title ul {
	position: absolute;
	width: 100%;
	left: -1px;
	margin: 0;
	padding: 0;
}

.tab-title li {
	float: left;
	width: 120px;
	height: 50px;
	list-style: none;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #3494F0;
	overflow: hidden;
}

.tab-title li.select {
	color: #FFFFFF;
	background: #3494F0;
	border-bottom-color: #3494F0;
	border-left: 1px solid #3494F0;
	border-right: 1px solid #3494F0;
	padding: 0;
}

.tabct {
	width: 712px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.tab {
	margin: 10px 10px 10px 19px;
}

.tab .tab-content ul li {
	float: left;
	width: 134px;
	height: 25px;
	overflow: hidden;
}

.tabct-ul {
	margin: 0;
	padding: 0;
}

.tabct-ul li {
	display: block;
	float: left;
	margin-top: 15px;
}

#tabct-ulLi1 {
	width: 320px;
	height: 213px;
	position: relative;
}

#tabct-ulLi2 {
	width: 375px;
	height: 213px;
	float: right;
	box-shadow: 0px 0px 2px #C1C1C1;
	padding: 0 2px;
}

.tabct-ul table tr {
	vertical-align: middle;
	height: 35px;
}

.tabct-ul table tr td {
	width: 370px;
	border-bottom: 1px dotted #3494F0;
	cursor: pointer;
}

.tabct-ul table tr td a:hover {
	color: #FF9742;
}

.tabct-ul-img {
	width: 100%;
	height: 100%;
}

.tabct-ul-p {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: -10px;
	left: 5px;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}

/* 选项卡 结束 */

.module3-left-nav {
	width: 100%;
	height: 50px;
	/* background: #3494F0; */
	border-bottom: 1px solid #3494F0;
	margin-bottom: 20px;
}

.module3-nav-ul {
	margin: 0;
	padding: 0;
}

.module3-nav-ul a {
	display: inline-block;
	height: 50px;
	color: #333333;
	text-decoration: none;
	font-size: 16px;
}

.module3-nav-ul a :hover {
	background: #3494F0;
	color: #FFFFFF !important;
}

.module3-nav-ul a li {
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	float: left;
	list-style: none;
}

.module3Nav-active {
	background: #3494F0;
	color: #FFFFFF !important;
}

.module3-left-content {
	width: 100%;
	height: auto;
	/* border: 1px solid red; */
}

.module3-right {
	width: 476px;
	height: auto;
	float: right;
	box-shadow: 0 0 2px #C1C1C1;
	padding-bottom: 16px;
}


.module3-right-top {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #3494F0;
	margin-bottom: 20px;
}

.module3-right-title {
	width: 120px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	background: #3494F0;
}

.module3-right-content {
	width: 100%;
	height: auto;
}

.module3-right-content img {
	width: 150px;
	height: 100px;
	float: left;
}

.module3-right-content p {
	width: 306px;
	height: 100px;
	float: left;
	font-size: 16px;
	padding: 0 10px;
	color: #333333;
}

.module3-right-content p:hover {
	color: #FF9724;
}

.module3-right-content span {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	line-height: 22px;
}

.module3-right-table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border-spacing: 0;
	overflow: visible;
}

.module3-right-table tr {
	vertical-align: middle;
	height: 25px;
}

.module3-right-table tr td {
	padding-left: 10px;
	padding-right: 10px;
}

.module3-right-table tr td a {
	color: #333333;
	font-size: 15px;
	text-decoration: none;
}

.module3-right-table tr td a:hover {
	color: #FF9724;
}

.module3-right-table span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(http://www.gx.xinhuanet.com/img2021/kongxinyuandian.png) no-repeat;
	background-size: cover;
	margin-right: 10px;
}

.cont-module4 {
	width: 100%;
	height: auto;
	float: left;
	overflow: visible;
}

/* 
.module4-title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #3494F0;
	margin-bottom: 10px;
}

.module4-title p {
	width: 120px;
	height: 50px;
	float: left;
	background: #3494F0;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}

.module4-title-link {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	float: right;
}

.M4img1 {
	width: 471px;
	height: 300px;
	overflow: hidden;
	float: left;
	background: #3494F0;
	position: relative;
}

.M4img1 img {
	width: 100%;
	height: 100%;
}

.M4img1 p {
	width: 100%;
	height: 50px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	padding: 0 5px;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

.M4img2 {
	width: 256px;
	height: 300px;
	overflow: hidden;
	float: left;
}

.M4img2 div {
	width: 256px;
	height: 150px;
	float: left;
	background: #3494F0;
	position: relative;
}

.M4img2 div img {
	width: 100%;
	height: 100%;
}

.M4img2 div p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 5px;
	font-size: 14px;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
} */

/* 底部样式 */
.pc-bottom {
	width: 100%;
	height: 200px;
	margin-top: 35px;
	background: #083B96;
	/* overflow: hidden; */
}

.pc-bottom-table {
	width: 1200px;
	height: 200px;
	margin: 50px auto;
	background: #083B96;
	color: #FFFFFF;
	font-size: 14px;
	/* border: 1px solid red; */
	border-collapse: collapse;
	border-spacing: 0;
	overflow: visible;
	text-align: center;
}

.pc-bottom-table tr {
	vertical-align: middle;
	line-height: 25px;
}

.pc-bottom-table tr td {
	/* border: 1px solid red; */
	padding-bottom: 40px;
}

.pc-bottom-table a {
	color: #FFFFFF;
	text-decoration: none;
}

.pc-bottom-table a:hover {
	color: #FF9724;
}